home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA)
/
Capcom E3 2004 Press CD (USA).bin
/
pc
/
files
/
vj
/
new_bar.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-04-06
|
305b
|
10 lines
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + "%";
if(bytes_loaded == bytes_total)
{
_root.gotoAndPlay(3);
}